VisualControl Properties
An object defining properties for the VisualControl class.
Loading
Indicates whether the control is in a loading state.
Type: bool
ContextMenuColumnKey
The key of the column associated with the context menu.
Type: string
ContextMenuKey
The key associated with the context menu.
Type: string
Style
The styling properties for the control.
Type: Style
ExecutedServerEvents
A list of server events that have been executed.
Type: List<ControlExecutedServerEvent>
DefaultEnabled
Indicates whether the control is enabled by default.
Type: bool
ClientEnabled
Indicates whether the control is enabled on the client side.
Type: bool
Title
The title of the control.
Type: MultiLanguageText
Visible
Indicates whether the control is visible.
Type: bool
ContextMenuTarget
The target of the context menu.
Type: ContextMenuTarget
Accepted Values:
Name Value None 0 Container 1 Row 2 Column 3
ContainerStyle
The styling properties for the container of the control.
Type: Style
ServerEvents
A list of server-side events associated with the control.
Name
The name of the control.
Type: string
DefaultClientEnabled
Indicates whether the control is enabled by default on the client side.
Type: bool
ClientEvents
A list of client-side events associated with the control.
Enabled
Indicates whether the control is enabled.
Type: bool
ControlId
The unique identifier of the control.
Type: string
ClientVisible
Indicates whether the control is visible on the client side.
Type: bool
CustomClassName
The custom CSS class name applied to the control.
Type: string
Caption
The caption of the control.
Type: ControlCaption